Welcome![Sign In][Sign Up]
Location:
Search - Curve fitting

Search list

[matlabPeakfinder3

Description: A fast customizable function for locating and measuring the peaks in noisy time-series signals. Adjustable parameters allow discrimination of "real" signal peaks from noise and background. Determines the position, height, and width of each peak by least-squares curve-fitting.-A fast customizable function for locating and measuring the peaks in noisy time-series si gnals. Adjustable parameters allow discrimin ation of the "real" signal peaks from noise and back ground. Determines the position, height, and width of each peak by least-squares curve-f itting.
Platform: | Size: 8192 | Author: 左贤君 | Hits:

[Special EffectsBoundaryDetectionVc++Res

Description: 图像处理中的边缘检测以及曲线拟合的结合应用,实现边缘连接和线段拟合源码-image processing edge detection and curve fitting combination of applications, connectivity and edge line fitting FOSS
Platform: | Size: 13312 | Author: 牛牛 | Hits:

[JSP/JavaCureFit_Line_LeastSquaresMethod

Description: 下山单纯形法java源程序,可做非线性函数极值以及曲线拟合程序-downhill simplex method java source files, to do extreme nonlinear curve fitting procedures and
Platform: | Size: 2048 | Author: 曾志坚 | Hits:

[AlgorithmMyIMITATE

Description: 主要实现了计算方法中的曲线拟合,采用VC单文档框架,对学习VC有一定帮助!-the main method of curve fitting using VC single framework document for the study of VC will definitely help!
Platform: | Size: 94208 | Author: 张晓东 | Hits:

[Algorithmcurve_drawup

Description: 用最小二乘法来解决曲线拟合问题。程序具有可扩展性,即拟合点与多项式拟合曲线(的次数)都作为程序的输入。-using the method of least squares curve fitting to solve the problem. Procedures can be expanded, that is fitting point polynomial curve fitting with the (number of) procedures are as input.
Platform: | Size: 1024 | Author: 叶枫 | Hits:

[Windows DevelopInterFit

Description: 本程序是有关数学中常用的插值和拟合的问题,其中包括拉格朗日整体,拉格朗日局部,二点三次插值,可调点数插值,复杂多项插值, 一次曲线拟合,二次曲线拟合,三次曲线拟合,四次曲线拟合,五次曲线拟合。-this procedure is commonly used mathematical interpolation and fitting problems, including Lagrange overall, Local Lagrange, 2.3 times interpolation, adjustable interpolation points, a number of complex interpolation, a curve fitting, quadratic curve fitting, Curve Fitting three or four curve fitting, five curve fitting.
Platform: | Size: 126976 | Author: 冯鹏 | Hits:

[Graph program20066132230481

Description: 曲线拟合c++,在学数值分析(计算方法)的同学可以参考一下-Curve fitting c++, In numerical analysis study (calculation method) for reference for students
Platform: | Size: 2048 | Author: 李杰 | Hits:

[matlabTechTradeTool

Description: Curve Fitting Toolbox,Excel Link,Financial Toolbox,Financial Time Series Toolbox,Optimization Toolbox -Curve Fitting Toolbox, Excel Link, Financial Toolbox, Financial Time Series Toolbox, Optimization Toolbox
Platform: | Size: 105472 | Author: 白洋 | Hits:

[AlgorithmCurveFit_Poly

Description: 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.-Polynomial curve fitting the number of arbitrary referral Purpose- Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector
Platform: | Size: 12288 | Author: bilka | Hits:

[AlgorithmCurveFitting2

Description: 曲线最小二乘拟合方法,用最小二乘法拟合取向数据。可用数据点反求控制点。-Least squares curve fitting method, using least square method-oriented data. Reverse data points available control points.
Platform: | Size: 3072 | Author: 孙鑫 | Hits:

[Special EffectsEdge_detection

Description: 本人用VC开发的一个小工程,里面包含基本的边缘检测算法,和空间矩亚像素检测算法.以及HOUGH变换和曲线拟合等多种算法实现,现发布让大家一起交流-I use VC to develop a small project, which contains the basic edge detection algorithms, and spatial moment sub-pixel detection algorithm. As well as the HOUGH transform and curve fitting algorithm, etc., are released to allow the exchange of everyone together
Platform: | Size: 116736 | Author: robin | Hits:

[AlgorithmCurve_Fitting

Description: 能够非线性函数的曲线拟合,包括一个Matlab的m文件和存有实验数据的txt文件。-Nonlinear function to the curve fitting, including a Matlab m-files and there are experimental data txt file.
Platform: | Size: 3072 | Author: yuhua | Hits:

[Graph Drawing2

Description: 通过最小二乘法 实现2次曲线拟合,利用工程数学解二次函数 的各系数,然后画出曲线图像-Through the least squares curve fitting 2nd realize the use of engineering mathematics solution of a quadratic function of the coefficient, and then draw the image curve
Platform: | Size: 2048 | Author: 张羽 | Hits:

[Special Effects1

Description: 这是一个在vc6.0基于OpenCV的控制台程序,本例给出一个椭圆曲线拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它。-This is a vc6.0 console based on the OpenCV procedures, in this case gives an example of elliptic curve fitting, the program first to discover the outline of the image, and then close it with an oval.
Platform: | Size: 55296 | Author: 李兰菊 | Hits:

[Algorithmcurvefitting

Description: 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.-Based on the principle of least squares curve fitting program-A program of curve fitting based on least squares algorithm.
Platform: | Size: 1024 | Author: newly | Hits:

[OpenGL program4_MyBezier

Description: 贝塞尔曲线拟合 VC++6.0 OPENGL开发环境下 实现贝塞尔曲线拟合-Bezier curve fitting VC++ 6.0 OPENGL realize development environment Bessel curve fitting
Platform: | Size: 321536 | Author: liu | Hits:

[Algorithmnihe

Description: 曲线拟合,自己编写的,挺好的‘希望喜欢-Curve fitting, I have written, quite good
Platform: | Size: 1024 | Author: xiaocui | Hits:

[Algorithm103244810MyIMITATE

Description: 两种曲线拟合的算法,对直线,多项式进行拟合,并得出其计算公式-Two kinds of curve fitting algorithms, for linear, polynomial fitting, and come to its formula for calculating
Platform: | Size: 94208 | Author: sdfkl | Hits:

[AlgorithmCurve_fitting_of_algebra_poiynomial_and_least_squa

Description: 代数多项式曲线拟合与最小二乘法PDF文档-Algebraic polynomial curve fitting with least square method PDF documents
Platform: | Size: 93184 | Author: pipi_dog | Hits:

[Algorithmdouglas

Description: 计算机图形学,Douglas曲线拟合,Delphi源码,值得学习。-Computer Graphics, Douglas curve fitting, Delphi source code, it is worth learning.
Platform: | Size: 10240 | Author: mahuixun | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net